org.eclipse.vtp.desktop.projects.voice
Interface IAudioFile

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IMediaFile, IMediaResource, IVoiceToolsResource
All Known Implementing Classes:
AudioFile

public interface IAudioFile
extends IMediaFile

This interface represents an audio file resource of either an application or persona project.

Version:
2.0
Author:
Trip Gilman

Method Summary
 java.lang.String getAlternateText()
           
 void setAlternateText(java.lang.String alternateText)
          Sets the alternate text associated with this audio file to the given value.
 
Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IMediaFile
length, open
 
Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IMediaResource
delete, exists, getMediaPath, getParentMediaContainer
 
Methods inherited from interface org.eclipse.vtp.desktop.projects.core.IVoiceToolsResource
addRefreshListener, deferEvents, getName, getParent, getProject, refresh, removeRefreshListener, resumeEvents
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getAlternateText

java.lang.String getAlternateText()
Returns:
The alternate text associated with this audio file resource

setAlternateText

void setAlternateText(java.lang.String alternateText)
Sets the alternate text associated with this audio file to the given value.

Parameters:
alternateText - The new alternate text